3.7.65 \(\int x^5 (A+B x) (a^2+2 a b x+b^2 x^2)^{3/2} \, dx\) [665]

Optimal. Leaf size=210 \[ \frac {a^3 A x^6 \sqrt {a^2+2 a b x+b^2 x^2}}{6 (a+b x)}+\frac {a^2 (3 A b+a B) x^7 \sqrt {a^2+2 a b x+b^2 x^2}}{7 (a+b x)}+\frac {3 a b (A b+a B) x^8 \sqrt {a^2+2 a b x+b^2 x^2}}{8 (a+b x)}+\frac {b^2 (A b+3 a B) x^9 \sqrt {a^2+2 a b x+b^2 x^2}}{9 (a+b x)}+\frac {b^3 B x^{10} \sqrt {a^2+2 a b x+b^2 x^2}}{10 (a+b x)} \]

[Out]

1/6*a^3*A*x^6*((b*x+a)^2)^(1/2)/(b*x+a)+1/7*a^2*(3*A*b+B*a)*x^7*((b*x+a)^2)^(1/2)/(b*x+a)+3/8*a*b*(A*b+B*a)*x^
8*((b*x+a)^2)^(1/2)/(b*x+a)+1/9*b^2*(A*b+3*B*a)*x^9*((b*x+a)^2)^(1/2)/(b*x+a)+1/10*b^3*B*x^10*((b*x+a)^2)^(1/2
)/(b*x+a)

________________________________________________________________________________________

Rubi [A]
time = 0.08, antiderivative size = 210, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 29, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.069, Rules used = {784, 77} \begin {gather*} \frac {b^2 x^9 \sqrt {a^2+2 a b x+b^2 x^2} (3 a B+A b)}{9 (a+b x)}+\frac {3 a b x^8 \sqrt {a^2+2 a b x+b^2 x^2} (a B+A b)}{8 (a+b x)}+\frac {a^2 x^7 \sqrt {a^2+2 a b x+b^2 x^2} (a B+3 A b)}{7 (a+b x)}+\frac {b^3 B x^{10} \sqrt {a^2+2 a b x+b^2 x^2}}{10 (a+b x)}+\frac {a^3 A x^6 \sqrt {a^2+2 a b x+b^2 x^2}}{6 (a+b x)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^5*(A + B*x)*(a^2 + 2*a*b*x + b^2*x^2)^(3/2),x]

[Out]

(a^3*A*x^6*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(6*(a + b*x)) + (a^2*(3*A*b + a*B)*x^7*Sqrt[a^2 + 2*a*b*x + b^2*x^2]
)/(7*(a + b*x)) + (3*a*b*(A*b + a*B)*x^8*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(8*(a + b*x)) + (b^2*(A*b + 3*a*B)*x^9
*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(9*(a + b*x)) + (b^3*B*x^10*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(10*(a + b*x))

Rule 77

Int[((d_.)*(x_))^(n_.)*((a_) + (b_.)*(x_))*((e_) + (f_.)*(x_))^(p_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*
x)*(d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, d, e, f, n}, x] && IGtQ[p, 0] && (NeQ[n, -1] || EqQ[p, 1]) && N
eQ[b*e + a*f, 0] && ( !IntegerQ[n] || LtQ[9*p + 5*n, 0] || GeQ[n + p + 1, 0] || (GeQ[n + p + 2, 0] && Rational
Q[a, b, d, e, f])) && (NeQ[n + p + 3, 0] || EqQ[p, 1])

Rule 784

Int[((d_.) + (e_.)*(x_))^(m_.)*((f_.) + (g_.)*(x_))*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Dis
t[(a + b*x + c*x^2)^FracPart[p]/(c^IntPart[p]*(b/2 + c*x)^(2*FracPart[p])), Int[(d + e*x)^m*(f + g*x)*(b/2 + c
*x)^(2*p), x], x] /; FreeQ[{a, b, c, d, e, f, g, m}, x] && EqQ[b^2 - 4*a*c, 0]

Rubi steps

\begin {align*} \int x^5 (A+B x) \left (a^2+2 a b x+b^2 x^2\right )^{3/2} \, dx &=\frac {\sqrt {a^2+2 a b x+b^2 x^2} \int x^5 \left (a b+b^2 x\right )^3 (A+B x) \, dx}{b^2 \left (a b+b^2 x\right )}\\ &=\frac {\sqrt {a^2+2 a b x+b^2 x^2} \int \left (a^3 A b^3 x^5+a^2 b^3 (3 A b+a B) x^6+3 a b^4 (A b+a B) x^7+b^5 (A b+3 a B) x^8+b^6 B x^9\right ) \, dx}{b^2 \left (a b+b^2 x\right )}\\ &=\frac {a^3 A x^6 \sqrt {a^2+2 a b x+b^2 x^2}}{6 (a+b x)}+\frac {a^2 (3 A b+a B) x^7 \sqrt {a^2+2 a b x+b^2 x^2}}{7 (a+b x)}+\frac {3 a b (A b+a B) x^8 \sqrt {a^2+2 a b x+b^2 x^2}}{8 (a+b x)}+\frac {b^2 (A b+3 a B) x^9 \sqrt {a^2+2 a b x+b^2 x^2}}{9 (a+b x)}+\frac {b^3 B x^{10} \sqrt {a^2+2 a b x+b^2 x^2}}{10 (a+b x)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 87, normalized size = 0.41 \begin {gather*} \frac {x^6 \sqrt {(a+b x)^2} \left (60 a^3 (7 A+6 B x)+135 a^2 b x (8 A+7 B x)+105 a b^2 x^2 (9 A+8 B x)+28 b^3 x^3 (10 A+9 B x)\right )}{2520 (a+b x)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^5*(A + B*x)*(a^2 + 2*a*b*x + b^2*x^2)^(3/2),x]

[Out]

(x^6*Sqrt[(a + b*x)^2]*(60*a^3*(7*A + 6*B*x) + 135*a^2*b*x*(8*A + 7*B*x) + 105*a*b^2*x^2*(9*A + 8*B*x) + 28*b^
3*x^3*(10*A + 9*B*x)))/(2520*(a + b*x))

________________________________________________________________________________________

Maple [A]
time = 0.77, size = 92, normalized size = 0.44

method result size
gosper \(\frac {x^{6} \left (252 B \,b^{3} x^{4}+280 A \,b^{3} x^{3}+840 B a \,b^{2} x^{3}+945 A a \,b^{2} x^{2}+945 a^{2} b B \,x^{2}+1080 A \,a^{2} b x +360 B \,a^{3} x +420 A \,a^{3}\right ) \left (\left (b x +a \right )^{2}\right )^{\frac {3}{2}}}{2520 \left (b x +a \right )^{3}}\) \(92\)
default \(\frac {x^{6} \left (252 B \,b^{3} x^{4}+280 A \,b^{3} x^{3}+840 B a \,b^{2} x^{3}+945 A a \,b^{2} x^{2}+945 a^{2} b B \,x^{2}+1080 A \,a^{2} b x +360 B \,a^{3} x +420 A \,a^{3}\right ) \left (\left (b x +a \right )^{2}\right )^{\frac {3}{2}}}{2520 \left (b x +a \right )^{3}}\) \(92\)
risch \(\frac {b^{3} B \,x^{10} \sqrt {\left (b x +a \right )^{2}}}{10 b x +10 a}+\frac {\sqrt {\left (b x +a \right )^{2}}\, \left (A \,b^{3}+3 B a \,b^{2}\right ) x^{9}}{9 b x +9 a}+\frac {\sqrt {\left (b x +a \right )^{2}}\, \left (3 A a \,b^{2}+3 B \,a^{2} b \right ) x^{8}}{8 b x +8 a}+\frac {\sqrt {\left (b x +a \right )^{2}}\, \left (3 A \,a^{2} b +B \,a^{3}\right ) x^{7}}{7 b x +7 a}+\frac {a^{3} A \,x^{6} \sqrt {\left (b x +a \right )^{2}}}{6 b x +6 a}\) \(156\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^5*(B*x+A)*(b^2*x^2+2*a*b*x+a^2)^(3/2),x,method=_RETURNVERBOSE)

[Out]

1/2520*x^6*(252*B*b^3*x^4+280*A*b^3*x^3+840*B*a*b^2*x^3+945*A*a*b^2*x^2+945*B*a^2*b*x^2+1080*A*a^2*b*x+360*B*a
^3*x+420*A*a^3)*((b*x+a)^2)^(3/2)/(b*x+a)^3

________________________________________________________________________________________

Maxima [B] Leaf count of result is larger than twice the leaf count of optimal. 421 vs. \(2 (145) = 290\).
time = 0.31, size = 421, normalized size = 2.00 \begin {gather*} \frac {{\left (b^{2} x^{2} + 2 \, a b x + a^{2}\right )}^{\frac {5}{2}} B x^{5}}{10 \, b^{2}} - \frac {{\left (b^{2} x^{2} + 2 \, a b x + a^{2}\right )}^{\frac {5}{2}} B a x^{4}}{6 \, b^{3}} + \frac {{\left (b^{2} x^{2} + 2 \, a b x + a^{2}\right )}^{\frac {5}{2}} A x^{4}}{9 \, b^{2}} + \frac {5 \, {\left (b^{2} x^{2} + 2 \, a b x + a^{2}\right )}^{\frac {5}{2}} B a^{2} x^{3}}{24 \, b^{4}} - \frac {13 \, {\left (b^{2} x^{2} + 2 \, a b x + a^{2}\right )}^{\frac {5}{2}} A a x^{3}}{72 \, b^{3}} + \frac {{\left (b^{2} x^{2} + 2 \, a b x + a^{2}\right )}^{\frac {3}{2}} B a^{6} x}{4 \, b^{6}} - \frac {{\left (b^{2} x^{2} + 2 \, a b x + a^{2}\right )}^{\frac {3}{2}} A a^{5} x}{4 \, b^{5}} - \frac {13 \, {\left (b^{2} x^{2} + 2 \, a b x + a^{2}\right )}^{\frac {5}{2}} B a^{3} x^{2}}{56 \, b^{5}} + \frac {37 \, {\left (b^{2} x^{2} + 2 \, a b x + a^{2}\right )}^{\frac {5}{2}} A a^{2} x^{2}}{168 \, b^{4}} + \frac {{\left (b^{2} x^{2} + 2 \, a b x + a^{2}\right )}^{\frac {3}{2}} B a^{7}}{4 \, b^{7}} - \frac {{\left (b^{2} x^{2} + 2 \, a b x + a^{2}\right )}^{\frac {3}{2}} A a^{6}}{4 \, b^{6}} + \frac {41 \, {\left (b^{2} x^{2} + 2 \, a b x + a^{2}\right )}^{\frac {5}{2}} B a^{4} x}{168 \, b^{6}} - \frac {121 \, {\left (b^{2} x^{2} + 2 \, a b x + a^{2}\right )}^{\frac {5}{2}} A a^{3} x}{504 \, b^{5}} - \frac {209 \, {\left (b^{2} x^{2} + 2 \, a b x + a^{2}\right )}^{\frac {5}{2}} B a^{5}}{840 \, b^{7}} + \frac {125 \, {\left (b^{2} x^{2} + 2 \, a b x + a^{2}\right )}^{\frac {5}{2}} A a^{4}}{504 \, b^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^5*(B*x+A)*(b^2*x^2+2*a*b*x+a^2)^(3/2),x, algorithm="maxima")

[Out]

1/10*(b^2*x^2 + 2*a*b*x + a^2)^(5/2)*B*x^5/b^2 - 1/6*(b^2*x^2 + 2*a*b*x + a^2)^(5/2)*B*a*x^4/b^3 + 1/9*(b^2*x^
2 + 2*a*b*x + a^2)^(5/2)*A*x^4/b^2 + 5/24*(b^2*x^2 + 2*a*b*x + a^2)^(5/2)*B*a^2*x^3/b^4 - 13/72*(b^2*x^2 + 2*a
*b*x + a^2)^(5/2)*A*a*x^3/b^3 + 1/4*(b^2*x^2 + 2*a*b*x + a^2)^(3/2)*B*a^6*x/b^6 - 1/4*(b^2*x^2 + 2*a*b*x + a^2
)^(3/2)*A*a^5*x/b^5 - 13/56*(b^2*x^2 + 2*a*b*x + a^2)^(5/2)*B*a^3*x^2/b^5 + 37/168*(b^2*x^2 + 2*a*b*x + a^2)^(
5/2)*A*a^2*x^2/b^4 + 1/4*(b^2*x^2 + 2*a*b*x + a^2)^(3/2)*B*a^7/b^7 - 1/4*(b^2*x^2 + 2*a*b*x + a^2)^(3/2)*A*a^6
/b^6 + 41/168*(b^2*x^2 + 2*a*b*x + a^2)^(5/2)*B*a^4*x/b^6 - 121/504*(b^2*x^2 + 2*a*b*x + a^2)^(5/2)*A*a^3*x/b^
5 - 209/840*(b^2*x^2 + 2*a*b*x + a^2)^(5/2)*B*a^5/b^7 + 125/504*(b^2*x^2 + 2*a*b*x + a^2)^(5/2)*A*a^4/b^6

________________________________________________________________________________________

Fricas [A]
time = 2.99, size = 73, normalized size = 0.35 \begin {gather*} \frac {1}{10} \, B b^{3} x^{10} + \frac {1}{6} \, A a^{3} x^{6} + \frac {1}{9} \, {\left (3 \, B a b^{2} + A b^{3}\right )} x^{9} + \frac {3}{8} \, {\left (B a^{2} b + A a b^{2}\right )} x^{8} + \frac {1}{7} \, {\left (B a^{3} + 3 \, A a^{2} b\right )} x^{7} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^5*(B*x+A)*(b^2*x^2+2*a*b*x+a^2)^(3/2),x, algorithm="fricas")

[Out]

1/10*B*b^3*x^10 + 1/6*A*a^3*x^6 + 1/9*(3*B*a*b^2 + A*b^3)*x^9 + 3/8*(B*a^2*b + A*a*b^2)*x^8 + 1/7*(B*a^3 + 3*A
*a^2*b)*x^7

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int x^{5} \left (A + B x\right ) \left (\left (a + b x\right )^{2}\right )^{\frac {3}{2}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**5*(B*x+A)*(b**2*x**2+2*a*b*x+a**2)**(3/2),x)

[Out]

Integral(x**5*(A + B*x)*((a + b*x)**2)**(3/2), x)

________________________________________________________________________________________

Giac [A]
time = 3.14, size = 150, normalized size = 0.71 \begin {gather*} \frac {1}{10} \, B b^{3} x^{10} \mathrm {sgn}\left (b x + a\right ) + \frac {1}{3} \, B a b^{2} x^{9} \mathrm {sgn}\left (b x + a\right ) + \frac {1}{9} \, A b^{3} x^{9} \mathrm {sgn}\left (b x + a\right ) + \frac {3}{8} \, B a^{2} b x^{8} \mathrm {sgn}\left (b x + a\right ) + \frac {3}{8} \, A a b^{2} x^{8} \mathrm {sgn}\left (b x + a\right ) + \frac {1}{7} \, B a^{3} x^{7} \mathrm {sgn}\left (b x + a\right ) + \frac {3}{7} \, A a^{2} b x^{7} \mathrm {sgn}\left (b x + a\right ) + \frac {1}{6} \, A a^{3} x^{6} \mathrm {sgn}\left (b x + a\right ) + \frac {{\left (3 \, B a^{10} - 5 \, A a^{9} b\right )} \mathrm {sgn}\left (b x + a\right )}{2520 \, b^{7}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^5*(B*x+A)*(b^2*x^2+2*a*b*x+a^2)^(3/2),x, algorithm="giac")

[Out]

1/10*B*b^3*x^10*sgn(b*x + a) + 1/3*B*a*b^2*x^9*sgn(b*x + a) + 1/9*A*b^3*x^9*sgn(b*x + a) + 3/8*B*a^2*b*x^8*sgn
(b*x + a) + 3/8*A*a*b^2*x^8*sgn(b*x + a) + 1/7*B*a^3*x^7*sgn(b*x + a) + 3/7*A*a^2*b*x^7*sgn(b*x + a) + 1/6*A*a
^3*x^6*sgn(b*x + a) + 1/2520*(3*B*a^10 - 5*A*a^9*b)*sgn(b*x + a)/b^7

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.00 \begin {gather*} \int x^5\,\left (A+B\,x\right )\,{\left (a^2+2\,a\,b\,x+b^2\,x^2\right )}^{3/2} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^5*(A + B*x)*(a^2 + b^2*x^2 + 2*a*b*x)^(3/2),x)

[Out]

int(x^5*(A + B*x)*(a^2 + b^2*x^2 + 2*a*b*x)^(3/2), x)

________________________________________________________________________________________